home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / EDITORS / WINDE2 / WINDE.INI < prev    next >
Text File  |  1990-09-30  |  10KB  |  254 lines

  1. ;
  2. ;           WindE Initialization file
  3. ;
  4. ; CrtMode is 2 for color card with black and white monitor
  5. ;            3 for color card with color monitor
  6. ;            7 for monochrome card
  7. ;   and none of the above uses the current CrtMode
  8.  
  9. ; ## I R G B Color       use the entry under ## for all references to color
  10. ; 0  0 0 0 0 Black
  11. ; 1  0 0 0 1 Blue
  12. ; 2  0 0 1 0 Green
  13. ; 3  0 0 1 1 Cyan
  14. ; 4  0 1 0 0 Red
  15. ; 5  0 1 0 1 Magenta
  16. ; 6  0 1 1 0 Brown
  17. ; 7  0 1 1 1 Gray
  18. ; 8  1 0 0 0 Black
  19. ; 9  1 0 0 1 Light Blue
  20. ; 10 1 0 1 0 Light Green
  21. ; 11 1 0 1 1 Light Cyan
  22. ; 12 1 1 0 0 Pink
  23. ; 13 1 1 0 1 Light Magenta
  24. ; 14 1 1 1 0 Yellow
  25. ; 15 1 1 1 1 White
  26.  
  27. ; Text Color may be in the range of 0 to 127
  28. ; where color is defined as a combination of foreground
  29. ; and background color:
  30. ;       TextColor = BackGroundColor * 16 + ForeGroundColor
  31. ; where BackGroundColor is in the range of 0 to 7,
  32. ; and ForeGroundColor is in the range of 0 to 15.
  33. ;   On monochrome monitors:
  34. ;       use 0 text color for normal video, and
  35. ;       use non-zero color for reverse video screen
  36. TextColor = 112 Black on gray  (7*16+0)
  37.  
  38. ; SelectColor may be in the range of 0 to 127
  39. ; where color is defined like text color above.
  40. ; this value is ignored for monochrome CrtMode
  41. SelectColor = 52 Red on cyan (3*16+4)
  42.  
  43. ; FillChar may be in the range of 0 to 255 and is
  44. ; used to set the character that fills the screen
  45. ; background area
  46. ; FillChar = 176  ░
  47. ; FillChar = 177  ▒
  48. ; FillChar = 178  ▓
  49. ; FillChar = 206  ╬
  50. ; FillChar = 219  █
  51. FillChar = 32 (space)
  52.  
  53. ; FillAttribute may be in the range of 0 to 127 and is
  54. ; used to set the attribute of the fill character above,
  55. ; where attribute is defined as a combination of foreground
  56. ; and background color:
  57. ;       FillAttribute = BackGroundColor * 16 + ForeGroundColor
  58. ; where BackGroundColor is in the range of 0 to 7,
  59. ; and ForeGroundColor is in the range of 0 to 15.
  60. ; this value is ignored for monochrome CrtMode
  61. FillAttribute = 31 Blue background & White Foreground (1*16+15)
  62.  
  63. ; BorderAttribute may be in the range of 0 to 127 and is
  64. ; used to set the attribute of the window borders.
  65. ; See FillAttribute above for usage.
  66. ; this value is ignored for monochrome CrtMode
  67. BorderAttribute = 123 Light Cyan on Gray (7*16+11)
  68.  
  69. ; MenuBorderAttribute may be in the range of 0 to 127 and is
  70. ; used to set the attribute of the menu borders.
  71. ; See FillAttribute above for usage.
  72. ; this value is ignored for monochrome CrtMode
  73. ; MenuBorderAttribute = 124 Pink on Gray (7*16+12)
  74. MenuBorderAttribute = 64 Black on Red (4*16+0)
  75.  
  76. ; HighLightAttribute may be in the range of 0 to 127 and is
  77. ; used to set the attribute of high lighted areas in the
  78. ; help screen and is used to highlight the title pane of
  79. ; dirty windows.
  80. ; See FillAttribute above for usage.
  81. ; this value is ignored for monochrome CrtMode
  82. HighLightAttribute = 126 Yellow on gray  (7*16+14)
  83.  
  84. ; ReadOnlyBorder may be in the range of 0 to 127 and is
  85. ; used to set the attribute of the window border for
  86. ; windows that are read only.
  87. ; See FillAttribute above for usage.
  88. ; this value is ignored for monochrome CrtMode
  89. ReadOnlyBorder = 116 Red on gray  (7*16+4)
  90.  
  91. ; the initial tab stop setting
  92. ; 8 is a special case since MS-DOS expands tabs to every 8th column
  93. ; if 8 is selected, tabs in a file will be expanded to spaces
  94. ; otherwise, tabs will remain embedded in the file.
  95. TabStop = 4
  96.  
  97. ; A unit of measurement of mouse movement is called the Mickey.
  98. ; An xMickey is the number of mickeys the mouse must move before
  99. ; the screen arrow moves in the x direction ( the smaller
  100. ; the number, the more sensitive the mouse movement is ).
  101. xMickey = 3
  102.  
  103. ; yMickey controls the sensitivity of the mouse in the y direction
  104. yMickey = 6
  105.  
  106. ; the default directory sort can be by file name, file extension
  107. ; or no sort
  108. ; Sort = 0 no sort
  109. Sort = 1 by file extension
  110. ; Sort = 2 by file name
  111.  
  112. ; the computer class affects the algorithm selection used by WindE
  113. ; for Class = 0 some short cuts are used to improve the processing
  114. ; speed at the expense of screen aesthetics. Screen drawing will
  115. ; be faster if Class is set to PC.
  116. Class = 0 PC class machine
  117. ; Class = 1 AT class machine
  118.  
  119. ExitLog = 1 a log file is created during exit
  120. ; ExitLog = 0 no log file created during exit
  121.  
  122. ; StartLog = 0 no log file is used during startup
  123. StartLog = 1 a log file is used during startup
  124.  
  125. ; During startup WindE can be directed to search the path string
  126. ; in the environment for a log file if one is not in the current
  127. ; directory. Ignored if StartLog is 0.
  128. ; This feature is useful to prevent WindE from creating log file
  129. ; all over your disk. After changing SearchLog to 1, be sure to
  130. ; to have a WINDE.LOG file in a directory along the path.
  131.  
  132. ;   NOTE: Along this same line, if a WINDE.$$$ file is in a
  133. ;         directory along the path, that file will be used for
  134. ;         all DOS execute commands (instead of creating one
  135. ;         in the current directory) for output redirection.
  136.  
  137. ; SearchLog = 0 do not Search the path for a log file on startup
  138. SearchLog = 1 Search the path for a log file on startup
  139.  
  140. ; During Startup, if command line parameters are used, WindE builds
  141. ; a log file after renaming any existing log file to Temp.Log.
  142. ; DeleteCommandLog = 0 command log is not deleted
  143. DeleteCommandLog = 1 command log is deleted-Temp.log is renamed WindE.Log
  144.  
  145. OpenToTheMax = 1 Full screen edit - no set corners when opening file for edit
  146. ; OpenToTheMax = 0 Set corners after EDIT function is executed
  147.  
  148. ; CreateBackupFile = 0 Do NOT create a backup file
  149. CreateBackupFile = 1 Create a backup file
  150.  
  151. ; time between vertical and horizontal scrolls  ( 0 <= n < 1000 )
  152. ; use longer delays for faster machines
  153. vScrollRate = 0 milliseconds
  154. hScrollRate = 0 milliseconds
  155.  
  156. ; BeepEnabled = 0 No bell on Notifies
  157. BeepEnabled = 1 Bell is on for Notifies
  158.  
  159. ; OneSecondTic = 0    Update the clock once a minute
  160. OneSecondTic = 1   Update the clock once a second
  161.  
  162. ; AutoSaveKeys = 0;   Macro keys are NOT saved to WINDE.WEK on exit
  163. AutoSaveKeys = 1;   Macro keys ARE saved to WINDE.WEK on exit
  164.  
  165. ; AutoLoadKeys = 0;   Macro keys are NOT loaded from WINDE.WEK on startup
  166. AutoLoadKeys = 1;   Macro keys ARE loaded from WINDE.WEK on startup
  167.  
  168. CaseSensitive = 0;  Make find independent of case
  169. ; CaseSensitive = 1   Make find dependent on upper or lower case of text
  170.  
  171. ; The following variable determines the active directory upon exiting
  172. ; WindE (Exit or Quit). This variable has no effect on where the Exit
  173. ; log (if any) is written.
  174.  
  175. ExitToStartDir = 0; When leaving WindE stay in current directory
  176. ; ExitToStartDir = 1; When leaving WindE go to startup directory
  177.  
  178. ; Many keys on the Enhanced Keyboard are normally not supported
  179. ; by BIOS (F11, F12, Alt-PgUp, Alt-PgDn, Ctrl-Up, Ctrl-Down, etc. )
  180. ; WindE will enable these features during startup based on the
  181. ; following variable. Many of these keys will be emulated for the
  182. ; PC/XT/AT style keyboards as well. With the Enhanced Keyboard
  183. ; enabled, to enter decimal key codes via the ALT Number Pad, it
  184. ; will also be necessary to hold down the Left Shift Key. For
  185. ; example LEFT SHIFT ALT 65 is the letter A.
  186.  
  187. ; EnhancedKeyboard = 0; Enhanced keyboard functions are disabled
  188. EnhancedKeyboard = 1; Enhanced keyboard functions are enabled
  189.  
  190. ; EGA/VGA cards use an 8 by 8 pixel font for compatibility with
  191. ; the CGA card.  When this font is enabled for an EGA card,
  192. ; 43 lines of text are available and on the VGA, 50 lines are
  193. ; displayed.  If your card is supplied with a utility for
  194. ; setting enhanced text modes (Video Seven supplies: 80x43, 132x25,
  195. ; 80x60, 100x60 and 132x28 with their cards), set the enhanced mode
  196. ; before entering WindE and do not enable or disable Font8x8 as is
  197. ; the default below.
  198.  
  199. ; Font8x8 = 0;  Disables EGA/VGA 43/50 line mode
  200. ; Font8x8 = 1;  Enables EGA/VGA 43/50 line mode
  201.  
  202. ; The language parser will default to the following languages, where
  203. ; the following defaults are defined:
  204.  
  205. ; Language      Open    Close   Open    Close   Open 2nd    Close 2nd
  206. ;               Token   Token   Comment Comment Comment     Comment
  207.  
  208. ;   Pascal      BEGIN   END     {       }       (*          *)
  209. ;   C           {       }       /*      */
  210. ;   Ada         BEGIN   END     --
  211.  
  212. ; NOTE: Ada support is minimal at best since the language uses several
  213. ;   keywords to open and close blocks.  Also, Ada is not very block
  214. ;   oriented since the comments do not have a specific close comment.
  215. ;   WindE's parser does not handle Ada comments very well when searching
  216. ;   in reverse (most language parsers are not required to parse in
  217. ;   reverse) because when the '--' is in the middle of a line, WindE
  218. ;   does not recognize that it is parsing a comment until the beginning
  219. ;   of the comment is detected. The good news is that open and close
  220. ;   keywords are easily set from the text menu.
  221.  
  222. language = 0;   'Pascal'
  223. ; language = 1; 'C'
  224. ; language = 2; 'Ada'
  225.  
  226. ; When WindE shells to DOS and the output is not redirected to the DOS
  227. ; window, WindE will swap all but about 10k of itself and all open files
  228. ; to EMS ( if space is available ) or to the current disk ( if EMS fails
  229. ; and if space is available on the current disk drive ). The following
  230. ; variable can be used to disable this feature when running in a limited
  231. ; disk space environment.
  232.  
  233. ; SwapEnabled = 0; disable swap feature
  234. SwapEnabled = 1; enable swap feature
  235.  
  236. ; To aid using WindE without a mouse, WindE will prompt for a filename,
  237. ; pathname or wildcard for the Edit, Directory and wildcard commands
  238. ; respectively if there is not a valid selection when these commands are
  239. ; executed.
  240.  
  241. ; PromptingOk = 0; prompting is not ok
  242. PromptingOk = 1; prompting is ok
  243.  
  244. ; If enabled WindE will continuously read the screen buffer and refresh
  245. ; the screen to insure that line drawing characters are drawn correctly.
  246. ; WindE uses the eighth bit to mark the selection and as a result, windows
  247. ; with a selection will not always draw line drawing characters correctly.
  248. ; RefreshScreen should only be enabled if you are using a lot of line
  249. ; drawing characters ( ASCII codes 176 through 223 ). Enabling
  250. ; RefreshScreen may cause snow on some display cards.
  251.  
  252. RefreshScreen = 0; do not refresh the screen
  253. ; RefreshScreen = 1; refresh the screen
  254.